const runtime._GCoff
17 uses
runtime (current package)
arena.go#L774: if gcphase != _GCoff {
arena.go#L963: if gcphase == _GCoff {
mfinal.go#L102: if gcphase != _GCoff {
mgc.go#L249: _GCoff = iota // GC not running; sweeping in background, write barrier disabled
mgc.go#L617: if !memstats.enablegc || panicking.Load() != 0 || gcphase != _GCoff {
mgc.go#L1080: setGCPhase(_GCoff)
mgc.go#L1096: if gcphase != _GCoff {
mgc.go#L1720: if gcphase != _GCoff {
mgcpacer.go#L1465: if gcphase != _GCoff {
mgcwork.go#L529: if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
mheap.go#L2167: if gcphase != _GCoff {
mheap.go#L2231: if gcphase != _GCoff {
mheap.go#L2508: if gcphase != _GCoff {
mheap.go#L2588: if gcphase != _GCoff {
proc.go#L5811: if gcphase != _GCoff {
stack.go#L252: if gcphase == _GCoff && s.allocCount == 0 {
stack.go#L539: if gcphase == _GCoff {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)